DomainObjects Class Library

Collection<ContainerClass,RelatedClass>.Item Property

Gets or sets the element at the specified index.

public Collection<ContainerClass,RelatedClass>.RelatedClass this[
   Int32 index
] {get;}

Parameters

index
The zero-based index of the element to get or set.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException index is not a valid index in the IList`1.
NotSupportedException The property is set and the IList`1 is read-only.

See Also

Collection<ContainerClass,RelatedClass> Class | DomainObjects.Facade.Domain Namespace